Search
ExpandIconRenderer Constructor (RenderCallback(DiagramNode))
See Also
 





Initializes a new instance of the ExpandIconRenderer class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ExpandIconRenderer (
    RenderCallback<DiagramNode> renderCallback
)

Visual Basic  Copy Code

Public New ( _
    renderCallback As RenderCallback(Of DiagramNode) _
)

 Parameters

renderCallback

A callback function that draws the icon using IGraphics code.

 See Also